home *** CD-ROM | disk | FTP | other *** search
/ Imagine the Universe (9th Edition) / Imagine the Universe 9 - Disc 1.iso / pc / imagine / print.css < prev   
Cascading Style Sheet File  |  2004-09-17  |  875b  |  19 lines

  1. /* print styles */                                                                                            
  2. * {font-family: Arial, sans-serif; color: #000000}
  3. BODY {color: black; 
  4.   background: white;}                                                                       
  5. a:link, a:visited {background: white; 
  6.   color: black;
  7.   text-decoration: underline;
  8.   font-weight: bold;}
  9. H1, H2, H3 {background: white; 
  10.   color: black; 
  11.   padding-bottom: 1px;  
  12.   border-bottom: 1px solid gray; 
  13.   font-family: serif;}                                                        
  14. DIV.navigation {display: none;}                                                                               
  15. .printer {text-align: center;
  16.   color: black;
  17.   padding-bottom: 2px;  
  18.   font-size: 80%;}                                                                               
  19. .sidebar {display: none;}